# Simple Functional Equation
Find the function f:R⟶R that for
any x,y∈R satifies the following equation:
f(x+y)=f(x)−f(y)
# Substitution Method.
For x=0.
f(y)=f(0)−f(y)⟹f(y)=21f(0)
For x=y=0
f(0)=f(0)−f(0)⟹f(0)=0
Combining equations (1) and (2) we can see that f(y)=0.
This means that f is a constant function equal to 0.
# Another Method
This method uses properties of addition.
For any two numbers x,y∈R.
f(x+y)=f(y+x)f(x)−f(y)=f(y)−f(x)2f(x)=2f(y)f(x)=f(y)⟹f is constant⟹f(x+y)=f(x)−f(y)=0
From that we see that for any number k∈R, f(k)=0.